home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000173_smith.fcs1111@snet.net_Fri May 16 13:44:26 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!news2.google.com!npeer02.iad!npeer03.iad!news.highwinds-media.com!cycny01.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny07.POSTED!4df87cbe!not-for-mail
  2. From: Kelvin Smith <smith.fcs1111@snet.net>
  3. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421)
  4. MIME-Version: 1.0
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Delayed response from remote Kermit
  7. References: <1Y0Wj.2825$xr1.43@trndny04> <slrng2jjc4.28h.fdc@panix3.panix.com>
  8. In-Reply-To: <slrng2jjc4.28h.fdc@panix3.panix.com>
  9. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  10. Content-Transfer-Encoding: 7bit
  11. X-Antivirus: avast! (VPS 080513-0, 05/13/2008), Outbound message
  12. X-Antivirus-Status: Clean
  13. Lines: 54
  14. Message-ID: <5EnWj.2036$za1.2009@trndny07>
  15. Date: Tue, 13 May 2008 21:22:09 GMT
  16. NNTP-Posting-Host: 72.81.51.220
  17. X-Complaints-To: abuse@verizon.net
  18. X-Trace: trndny07 1210713729 72.81.51.220 (Tue, 13 May 2008 17:22:09 EDT)
  19. NNTP-Posting-Date: Tue, 13 May 2008 17:22:09 EDT
  20. Xref: panix comp.protocols.kermit.misc:15765
  21.  
  22. My goodness. How does one make sense of the debug information? In less 
  23. than two minutes, I generated over 19000 lines. I actually was able to 
  24. capture a Finish command that responded quickly, plus a second that 
  25. responded slowly, so in theory the information we need is there, but I 
  26. don't know how to ferret out what's going on.
  27.  
  28. Physical setup: Kermit 95 is on one PC, the PDP-11 emulator is on 
  29. another. They're connected by a null modem running between the COM 
  30. ports. It should be noted that the Kermit 95 machine is using a USB to 
  31. COM adapter.
  32.  
  33. Kelvin Smith
  34. Bethlehem, PA
  35. (remove 1111 for email)
  36.  
  37. Frank da Cruz wrote:
  38. > On 2008-05-12, Kelvin Smith <smith.fcs1111@snet.net> wrote:
  39. > : I'm using Kermit 95 v2.1.3 to run a terminal connection to a RSTS 
  40. > : computer (the OS is genuine DEC, though it's running on a PC with an 
  41. > : emulator, not PDP-11 hardware). On the RSTS computer, I'm running 
  42. > : Kermit-11 (I have versions X3.60 and X4.64 available) for file transfers.
  43. > :
  44. > OK...
  45. > : I just upgraded to a new desktop computer running Vista Business 
  46. > : (previously I was on XP Pro), and now most times when I give a command 
  47. > : that requires a response from the remote Kermit (such as Finish or GET), 
  48. > :   it takes about 8 seconds before I get a command prompt back, instead 
  49. > : of the 1-2 seconds previously (i.e., on my XP computer). The results are 
  50. > : the same with both RSTS versions of Kermit. Any ideas on what's causing 
  51. > : the delay and how to correct it?
  52. > :
  53. > And you have Kermit 95, correct?  And Kermit 95 is running on the same
  54. > PC as the PDP-11 emulator?  In that case, it possible that either one or
  55. > both were affected by the upgrade to Vista.  If they are on separate PCs
  56. > then clearly the problem is isolated to the new one.
  57. > How is the connection being made?  Is it a null modem cable, or some kind
  58. > of "virtual" Windows serial port that is linked to the emulator's DH11 or
  59. > whatever?
  60. > Anyway, you can tell Kermit 95 to:
  61. >   set debug timestamps on
  62. >   log debug
  63. > and then send (say) a FINISH command.  The log will show where the pause
  64. > happened and that will be a clue.
  65. > : Kelvin Smith
  66. > : Bethlehem, PA
  67. > : (remove 1111 for email)
  68. > - Frank